home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-10-09 | 2.4 KB | 71 lines | [TEXT/MPS ] |
- #********************************************************************************
- # FILE
- # Test.MAmake
- #
- # DESCRIPTION
- # Makefile for Test, a test program for a number of date- and time- related
- # classes.
- #********************************************************************************
-
- #--------------------------------------------------------------------------------
- # List here the Application's Name
- AppName = Test
-
-
- #--------------------------------------------------------------------------------
- # List any additional interfaces that your application is dependent on
- OtherInterfaces = ∂
- "{SrcApp}UDateTimeUtilities.p" ∂
- "{SrcApp}UValidText.p" ∂
- "{SrcApp}UValidText.types.r" ∂
- "{SrcApp}UDateTimeText.p" ∂
- "{SrcApp}UDateTimeText.types.r" ∂
- "{SrcApp}ViewResourceTypes.r"
-
-
- #--------------------------------------------------------------------------------
- # List any additional rez files that your application is dependent on
- OtherRezFiles = ∂
- "{SrcApp}UValidText.r" ∂
- "{SrcApp}UDateTimeText.r"
-
-
- #--------------------------------------------------------------------------------
- # Name any other object files to link in
- OtherLinkFiles = ∂
- "{ObjApp}UDateTimeUtilities.p.o"∂
- "{ObjApp}UValidText.p.o" ∂
- "{ObjApp}UDateTimeText.p.o"
-
-
- #--------------------------------------------------------------------------------
- # Express any additional dependencies for separate compilations.
- # Include dependencies for the MacApp and Building block interfaces
- # if you are dependent on them
- "{ObjApp}UDateTimeUtilities.p.o" ƒ ∂
- "{SrcApp}UDateTimeUtilities.p" ∂
- "{SrcApp}UDateTimeUtilities.inc1.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-
- "{ObjApp}UValidText.p.o" ƒ ∂
- "{SrcApp}UValidText.p" ∂
- "{SrcApp}UValidText.inc1.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-
- "{ObjApp}UDateTimeText.p.o" ƒ ∂
- "{SrcApp}UValidText.p" ∂
- "{SrcApp}UDateTimeText.p" ∂
- "{SrcApp}UDateTimeText.inc1.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-
-
- #---------------------------------------------------------------------------------------------------
- # List files containing extensions to the basic view resource types
- # Note: Due to a bug in MacApp 2.0ß9's MABuild tools, the following
- # lines only work if there are no blanks in the path referred to
- # by "{SrcApp}".
- OtherViewTypesSrc = ∂
- "{SrcApp}ViewResourceTypes.r"